projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e384ec6
)
(makefile-mode): Fix criterion for calling makefile-define-space-face.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Jan 1996 22:26:18 +0000
(22:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Jan 1996 22:26:18 +0000
(22:26 +0000)
lisp/progmodes/make-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/make-mode.el
b/lisp/progmodes/make-mode.el
index 566ae75426a25097241e7923c97eb8da5633836c..40910bc546ba052ff4dea280e1246e7cdcff8b1b 100644
(file)
--- a/
lisp/progmodes/make-mode.el
+++ b/
lisp/progmodes/make-mode.el
@@
-490,7
+490,7
@@
makefile-special-targets-list:
(make-local-variable 'makefile-need-macro-pickup)
;; Font lock.
- (if (fboundp 'make
file-define-space
-face)
+ (if (fboundp 'make-face)
(makefile-define-space-face))
(make-local-variable 'font-lock-defaults)
(setq font-lock-defaults '(makefile-font-lock-keywords))